home *** CD-ROM | disk | FTP | other *** search
/ CorelDRAW! 7 / CorelDraw 7 cd-key DR7-9868904M35.iso / draw / scripts / presets6 / design19.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  1.0 KB  |  29 lines

  1. REM 90 Deg. Swirl with 10 step blend      Font used: AvantGarde Bk BT
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3.  
  4. WITHOBJECT "CorelDraw.Automation.7"
  5.     .StartOfRecording 
  6.     .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .DuplicateObject 0, 0
  10.     .RecorderSelectObjectByIndex TRUE, 2
  11.     .RotateObject 90000000, FALSE, 0, 0
  12.     .RecorderSelectObjectByIndex TRUE, 2
  13.     .OrderToBack 
  14.     .RecorderSelectObjectByIndex TRUE, 2
  15.     .ApplyUniformFillColor 2, 0, 0, 0, 0
  16.     .RecorderSelectPreselectedObjects TRUE
  17.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  18.     .ApplyBlend TRUE, 10, 0, FALSE, 0, FALSE, FALSE, 0, 0, 0, TRUE, TRUE, FALSE, FALSE, 0, 0, 0, 0
  19.     .RecorderSelectObjectByIndex TRUE, 1
  20.     .DuplicateObject 0, 0
  21.     .RecorderSelectObjectByIndex TRUE, 4
  22.     .ApplyUniformFillColor 2, 0, 100, 100, 0
  23.     .RecorderSelectPreselectedObjects TRUE
  24.     .RecorderSelectObjectsByIndex FALSE, 4, 3, 2, -1, -1
  25.     .Group 
  26.     .ResumePainting 
  27.     .EndOfRecording 
  28. END WITHOBJECT
  29.